CSS Implementation Task

Inline CSS Example

This text is styled with inline CSS - the color is changed to red.

Internal CSS Example

These headings are styled with internal CSS in the <style> tag.

Heading Example

External CSS Example

The page background, font, and overall styling come from the external styles.css file.